This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
If doc.GetItemValue("YourField")(0)="AlertValue" Then
' *** Create a mail
Set mail = New NotesMail()
' Set receipient and subject
mail.MailTo = "texasswede@example.com"
Call mail.AddMailTo("texasswede2@example.com")
mail.Subject = "Please Read This"
mail.Principal = "bogus_user@example.com"
' Create body
Call mail.AppendText("Testing email...")
Call mail.AppendNewLine(2)
Call mail.Send()
End If
Feedback response number WEBB9SHTE9 created by ~Dan Kikiterobu on 01/06/2015